3f403db0dd06ca5883f224fceb189b0451982280
[git-annex.git] /
1 [[!comment format=mdwn
2  username="mike@2d6d71f56ce2a992244350475251df87c26fe351"
3  nickname="mike"
4  avatar="http://cdn.libravatar.org/avatar/183fa439752e2f0c6f39ede658d81050"
5  subject="comment 4"
6  date="2021-01-20T15:41:50Z"
7  content="""
8 For some reason, I couldn't reproduce it easily using `git annex add` on my F32 workstation, but I got it on a `git annex get`:
9
10 ```
11 % git annex get model_strukturerkennung.h5
12 get model_strukturerkennung.h5 (from qurator-box...)
13 (checksum...) ok
14 (recording state in git...)
15 warning: unable to convert submodule to form that will work with git-annex: unset core.worktree failed
16 CallStack (from HasCallStack):
17   error, called at ./Annex/Fixup.hs:119:24 in main:Annex.Fixup
18 % ls -ld ../.git
19 lrwxrwxrwx. 1 mike mike 53 Nov 16 17:31 ../.git -> ../../../.git/modules/experiments/ocr-evaluation/data
20
21
22 % git config --unset core.worktree; echo $?
23 5
24 % git config --get core.worktree; echo $?
25 1
26 ```
27 """]]